projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f3755
)
(hscroll-global-mode): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:00 +0000
(21:29 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:29:00 +0000
(21:29 +0000)
lisp/hscroll.el
patch
|
blob
|
history
diff --git
a/lisp/hscroll.el
b/lisp/hscroll.el
index c6b6cc1c4eb7e7d802cb157440b16ba6e56f803e..fab0258b07f65a6b5b5f50a65917695df4ccdd99 100644
(file)
--- a/
lisp/hscroll.el
+++ b/
lisp/hscroll.el
@@
-61,7
+61,8
@@
(defcustom hscroll-global-mode nil
"Toggle horizontal scrolling.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `hscroll-global-mode'.
:set (lambda (symbol value)
(hscroll-global-mode (if value 1 -1)))
:initialize 'custom-initialize-default